﻿2026-08-19T01:54:29.3400040Z ##[group]Run actions/checkout@v5
2026-08-19T01:54:29.3401212Z with:
2026-08-19T01:54:29.3401910Z   repository: BigscreenVR/spt-bs-core
2026-08-19T01:54:29.3408365Z   token: ***
2026-08-19T01:54:29.3409127Z   ssh-strict: true
2026-08-19T01:54:29.3409857Z   ssh-user: git
2026-08-19T01:54:29.3410547Z   persist-credentials: true
2026-08-19T01:54:29.3411306Z   clean: true
2026-08-19T01:54:29.3412006Z   sparse-checkout-cone-mode: true
2026-08-19T01:54:29.3412835Z   fetch-depth: 1
2026-08-19T01:54:29.3413519Z   fetch-tags: false
2026-08-19T01:54:29.3414216Z   show-progress: true
2026-08-19T01:54:29.3414940Z   lfs: false
2026-08-19T01:54:29.3415606Z   submodules: false
2026-08-19T01:54:29.3416311Z   set-safe-directory: true
2026-08-19T01:54:29.3417154Z   allow-unsafe-pr-checkout: false
2026-08-19T01:54:29.3418192Z ##[endgroup]
2026-08-19T01:54:29.4209270Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-19T01:54:29.4211616Z ##[group]Getting Git version info
2026-08-19T01:54:29.4213112Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-19T01:54:29.4215204Z [command]/usr/bin/git version
2026-08-19T01:54:29.4228366Z git version 2.43.0
2026-08-19T01:54:29.4246280Z ##[endgroup]
2026-08-19T01:54:29.4270325Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0c192a89-fcb4-4937-a909-a4ba70f1579e/.gitconfig'
2026-08-19T01:54:29.4273317Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0c192a89-fcb4-4937-a909-a4ba70f1579e' before making global git config changes
2026-08-19T01:54:29.4275526Z Adding repository directory to the temporary git global config as a safe directory
2026-08-19T01:54:29.4277398Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-19T01:54:29.4313454Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-19T01:54:29.4334039Z https://github.com/BigscreenVR/spt-bs-core
2026-08-19T01:54:29.4344760Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-19T01:54:29.4347299Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-19T01:54:29.4366364Z refs/heads/golden/nameplate-181-w8
2026-08-19T01:54:29.4373554Z [command]/usr/bin/git checkout --detach
2026-08-19T01:54:29.4432186Z HEAD is now at 9ffb27026 release: v0.56.0 shape onto the redemption-echo head
2026-08-19T01:54:29.4465660Z [command]/usr/bin/git branch --delete --force golden/nameplate-181-w8
2026-08-19T01:54:29.4494583Z Deleted branch golden/nameplate-181-w8 (was 9ffb27026).
2026-08-19T01:54:29.4609610Z ##[endgroup]
2026-08-19T01:54:29.4610759Z [command]/usr/bin/git submodule status
2026-08-19T01:54:29.4794128Z ##[group]Cleaning the repository
2026-08-19T01:54:29.4795789Z [command]/usr/bin/git clean -ffdx
2026-08-19T01:54:30.3811770Z Removing bench-ledger/
2026-08-19T01:54:30.3812761Z Removing target/
2026-08-19T01:54:30.3821802Z [command]/usr/bin/git reset --hard HEAD
2026-08-19T01:54:30.3888935Z HEAD is now at 9ffb27026 release: v0.56.0 shape onto the redemption-echo head
2026-08-19T01:54:30.3896362Z ##[endgroup]
2026-08-19T01:54:30.3898168Z ##[group]Disabling automatic garbage collection
2026-08-19T01:54:30.3901552Z [command]/usr/bin/git config --local gc.auto 0
2026-08-19T01:54:30.3926115Z ##[endgroup]
2026-08-19T01:54:30.3926617Z ##[group]Setting up auth
2026-08-19T01:54:30.3931476Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-19T01:54:30.3956031Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-19T01:54:30.4143608Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-19T01:54:30.4166194Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-19T01:54:30.4356049Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-19T01:54:30.4382032Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-19T01:54:30.4564998Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-19T01:54:30.4593854Z ##[endgroup]
2026-08-19T01:54:30.4594278Z ##[group]Fetching the repository
2026-08-19T01:54:30.4599760Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f:refs/remotes/origin/golden/nameplate-181-w8
2026-08-19T01:54:30.8731275Z ##[endgroup]
2026-08-19T01:54:30.8732105Z ##[group]Determining the checkout info
2026-08-19T01:54:30.8733244Z ##[endgroup]
2026-08-19T01:54:30.8737384Z [command]/usr/bin/git sparse-checkout disable
2026-08-19T01:54:30.8823002Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-19T01:54:30.8858026Z ##[group]Checking out the ref
2026-08-19T01:54:30.8859028Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181-w8 refs/remotes/origin/golden/nameplate-181-w8
2026-08-19T01:54:30.8939296Z Switched to a new branch 'golden/nameplate-181-w8'
2026-08-19T01:54:30.8940060Z branch 'golden/nameplate-181-w8' set up to track 'origin/golden/nameplate-181-w8'.
2026-08-19T01:54:30.8949256Z ##[endgroup]
2026-08-19T01:54:30.8999554Z [command]/usr/bin/git log -1 --format=%H
2026-08-19T01:54:30.9038870Z 9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f
